home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextLibrary / Documentation / NextDev / Examples / DriverKit / TestDriver / myTestDriver / tester.tproj / Makefile next >
Encoding:
Makefile  |  1995-02-01  |  683 b   |  37 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = tester
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. CLASSES = user.m
  16.  
  17. HFILES = myTestDriverUser.h
  18.  
  19. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
  20.  
  21. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  22. MAKEFILE = tool.make
  23. SOURCEMODE = 444
  24.  
  25. LIBS = -lDriver
  26. DEBUG_LIBS = $(LIBS)
  27. PROF_LIBS = $(LIBS)
  28.  
  29.  
  30. -include Makefile.preamble
  31.  
  32. include $(MAKEFILEDIR)/$(MAKEFILE)
  33.  
  34. -include Makefile.postamble
  35.  
  36. -include Makefile.dependencies
  37.